home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / comms / 288zoom.arj / Z-288-1.TXT
Text File  |  1994-03-22  |  24KB  |  513 lines

  1.     Information, Instructions & Parameters for the ZOOM 28.8K Modem.
  2.                By:  Joe Medeiros  -  (A.K.A. Joe Masters)
  3.  
  4.  
  5. PROLOGUE
  6. --------
  7. Before I begin this file understand that I am happy with my Zoom 28.8K
  8. modem.  I understand how it works, how to control it, and that it does
  9. have a few limitations,  BUT If for some reason I had to buy another
  10. modem tomorrow,  I would buy another Zoom 28.8K modem.
  11.  
  12. -----------------------------------------------------------------------------
  13.  
  14. All 28.8K Modems with Rockwell RC288ACL/VFC and RC288ACi/VFC chips and the
  15. manufacturer ROM chips (as of early 1994) are still in a developmental stage,
  16. and will remain so until the CCITT formalizes the V.34 protocol this summer.
  17. Rockwell and Hayes in a joint venture agreed on their own V.Fast protocol
  18. which is currently being marketed by both companies.
  19.   
  20. My source of reference for the information in this file is a combination of
  21. Rockwell International's Modem Designer's Guide, Data Pump Manual, The AT
  22. Command Reference Manual, my owning and setting up by trial & error a 14.4K
  23. high speed modem two years ago, and applying that knowledge to the Zoom 28.8K
  24. modem.  So far Rockwell has been kind enough to send me over 400 pages of
  25. technical specs about their 28.8K chips, data pump, and AT Commands to aid
  26. me in this endeavor. 
  27.  
  28. The Zoom 28.8K and any 14.4K modem with Rockwell Chips are closely related.
  29. Zoom did not bother to include an updated owners manual for the 28.8K. They
  30. simply stuck a 4 page addendum into the old 14.4K manual.  The 28.8K and
  31. 14.4K are cousins,  BUT they are not "Kissin' Cousins!"
  32.  
  33.  
  34. IMPORTANT! - UNDERSTAND THIS:
  35. ----------------------------
  36. Equate your modem to an automobile engine - "How does your engine run?"  If
  37. you don't put oil in it,  and you don't have gasoline for it,  then it isn't
  38. going to run properly, if at all!   All three are equally important. You need
  39. all three together to have a working engine.  In this case the modem is the
  40. engine,  the PROFILE is the oil,  and the Init string is the gasoline.  You
  41. need properly configured Profiles and a correct init string for the modem to
  42. run correctly.  -  Am I making my point here?
  43.  
  44. -----------------------------------------------------------------------------
  45. -----------------------------------------------------------------------------
  46.  
  47. ZOOM 28.8K SETUP INSTRUCTIONS:
  48. ------------------------------
  49. First print this file, then follow these instructions:
  50.  
  51. 1 - Shut off XON/XOFF in terminal or BBS program.
  52. 2 - Shut off DSR/DTR in terminal or BBS program.
  53. 3 - Turn on CTS/RTS in terminal or BBS program.
  54. 4 - Change the Connect String word from CONNECT to CARRIER in your
  55.     terminal and/or BBS program.  (The S95 register needs to see CARRIER)
  56. 5 - Set the baud rate speed of your terminal or BBS program to 115,200
  57.     baud, or 57,600 if 115,200 is not available as a choice.
  58.  
  59.  
  60. Run your terminal program type the following lines:
  61. AT&F [ENTER]
  62. ATL0M3&C1&D2&S1ATS6=12S10=60S11=50S46=136S48=128S95=127&W0&W1 [ENTER]
  63.  
  64. OK, let's examine each command of the above instruction line:
  65. AT&F - Resets modem to all factory default settings.
  66. L0 -  Loudness of modem speaker (range 0 - 3)
  67.       This is a personal preference setting.
  68. M3 -  Speaker on during modem negotiating only  (range 0 - 3)
  69.       This is a personal preference setting.
  70. &C1 - Follows the state of the data carrier from the remote modem.
  71. &D2 - Determines action taken by the modem to the DTR.
  72. &S1 - DSR operates in accordance with the EIA-232-D specification.
  73. S6=12 - Longer delay.  Needed to switch from voice directly to data connect
  74.         without having to redial.
  75. S10=60 - Delays disconnect in case of loss of carrier detect.  This loss
  76.          is mostly caused by marginal telephone lines.
  77. S11=50 - Forces modem to dial at the fastest speed possible.
  78. S46=136 - Executes modem error correction with NO compression.  (I will
  79.           explain more about modem compression in a later paragraph.)
  80. S48=128 - Forces modem back to S36 register which is default 007.
  81.           Attempts MNP connection: if fails normal connection is established.
  82. S95=127 - This setting gives maximum information upon connect with remote
  83.           modem.  It is NOT documented in the Zoom manual.
  84. &W0 - Writes the settings into PROFILE 0 of the modem's NVRAM.
  85. &W1 - Writes the settings into PROFILE 1 of the modem's NVRAM.
  86.  
  87. You only have to do the above ONCE - the profiles will store the data.
  88.  
  89. The reason you want to write the same settings to both Profiles is in case
  90. you run a program that changes the settings without telling you that it
  91. does modify Profile 0.  Programs like Modem Doctor, QM Pro For Windows,
  92. and Procomm For Windows all write to Profile 0.  If this happens you can
  93. quickly reprogram it by typing:  AT&F [ENTER]  ATZ1 [ENTER]  AT&W0 [ENTER]
  94.  
  95.  
  96. INIT STRING SETUP
  97. -----------------
  98. NEXT USE THIS MODEM INIT STRING:  AT&F^M~~~ATZ0^M~~~~AT%E2^M
  99. OK, let's examine each command of the Init. String:
  100. AT&F - Resets the modem to all factory default settings.
  101. ATZ -  Uses the settings in Profile 0  (ATZ1 uses Profile 1 settings)
  102. AT%E2 - Turns on the line quality monitoring, and fallback/fall forward.
  103.         This is a better choice than %E1 or %E3 because RETRAIN only
  104.         trys to initiate recovery at the previous connect speed.
  105.         %E0 disables monitoring so you don't want that either.
  106.  
  107. The Init string must be run each time you start the modem - it is normally
  108. configured in your terminal or BBS program - You should NOT have to type
  109. it in each time you run start using the modem.
  110.  
  111.  
  112. Type:  AT&V [ENTER]
  113. You should now see the following settings in your profiles.  If any of
  114. the settings are different than what is below,  change them,  and save
  115. them using:  AT&W0 (For PROFILE 0)  and  AT&W1  (For PROFILE 1).
  116.  
  117. ACTIVE PROFILE:
  118. B1 E1 L0 M3 N1 Q0 T V1 W0 X4 Y0 &C1 &D2 &G0 &J0 &K3 &Q5 &R1 &S1 &T4 &X0 &Y0
  119. S00:000 S01:000 S02:043 S03:013 S04:010 S05:008 S06:002 S07:065 S08:002 S09:006
  120. S10:060 S11:050 S12:050 S18:000 S25:005 S26:001 S36:007 S37:000 S38:020 S44:020
  121. S46:136 S48:128 S95:127 
  122.  
  123. STORED PROFILE 0:
  124. B1 E1 L0 M3 N1 Q0 T V1 W0 X4 Y0 &C1 &D2 &G0 &J0 &K3 &Q5 &R1 &S1 &T4 &X0 
  125. S00:000 S02:043 S06:002 S07:065 S08:002 S09:006 S10:060 S11:050 S12:050 S18:000
  126. S36:007 S37:000 S40:105 S41:192 S46:136 S95:127 
  127.  
  128. STORED PROFILE 1:
  129. B1 E1 L0 M3 N1 Q0 T V1 W0 X4 Y0 &C1 &D2 &G0 &J0 &K3 &Q5 &R1 &S1 &T4 &X0 
  130. S00:000 S02:043 S06:002 S07:065 S08:002 S09:006 S10:060 S11:050 S12:050 S18:000
  131. S36:007 S37:000 S40:105 S41:192 S46:136 S95:127 
  132.  
  133.  
  134. Other items you should fully realize AND understand:
  135.  
  136. 1 - These commands/settings were not devised nor do they belong to Zoom.
  137.     Rockwell International devised the chip, and programmed it with these
  138.     commands before they sold it Zoom.  Rockwell is the ultimate authority
  139.     on information about this chip, not Zoom.
  140.  
  141. 2 - These settings shut off modem compression.  You do NOT want any modem
  142.     compression when transfering ZIP, ARJ, LHZ, ARJ, etc. files.  These
  143.     files have already been compressed, and trying to recompress them again.
  144.     V.42BIS or CLASS 5 will actually slow down the file transfer.  Only if
  145.     you are transfering text, acsii, or uncompressed files does modem
  146.     compression ever increase file transfer speed.
  147.  
  148.  
  149. LAP-M, V.42BIS, CLASS 5
  150. -----------------------
  151. To turn on LAP-M, V.42BIS, and Class 5 use the following inits:
  152.  
  153. For LAP-M No Compression:   AT&F^M~~ATZ^M~~~~ATS46=136S48=7%E2^M
  154.  
  155. For LAP-M with V.42BIS Compression:   AT&F^M~~ATZ^M~~~~ATS46=138S48=7%E2^M
  156.  
  157. For MNP CLASS 5 Compression:   AT&F^M~~ATZ^M~~~~AT%C1%E2^M
  158.  
  159.  
  160. To return to normal MNP - No Compression:   AT&F^M~~ATZ^M~~~~AT&E2^M
  161.  
  162. The ^M is a carrier return command = [ENTER]
  163.  
  164. The ~ are 1/2 second waits giving the modem time to respond to each
  165. command.
  166.  
  167. These strings may be used as keystroke marcos in your terminal program
  168. to reprogram your modem by pressing one key.  I have setup my F10 - F12
  169. keys in Telix to do exactly that.
  170.  
  171. You need to set up the Zoom 28.8K with the above instructions about the
  172. Profiles BEFORE you attempt to use these strings.  Some of the settings
  173. are dependent upon the profiles.
  174.  
  175. A FEW TERMS YOU SHOULD UNDERSTAND
  176. ---------------------------------
  177.  
  178. LAPM
  179. ----
  180. Link Access Procedure for Modems, the primary error control protocol
  181. method defined in CCITT V.42 (now ITU-T V.42).
  182.  
  183. MNP5
  184. ----
  185. Microcom Networking Protocol- Service Level 5, a data compression
  186. protocol used in conjunction with error control. It can theorectically
  187. deleiver a throughput increase of approximately 2:1. When presented with
  188. data that has been pre-compressed, MNP5 actually expands the size of the
  189. data stream, thus retarding throughput.
  190.  
  191. V.42
  192. ----
  193. CCITT Recommendation V.42 (now ITU-T V.42) is a error control
  194. negotiation protocol which defines LAP-M as the preferable and primary
  195. method of error control, but includes a workalike to MNP2-4 as a
  196. fallback compatibility mode.
  197.  
  198. V.42bis
  199. -------
  200. CCITT recommendation V.42bis (now ITU-T V.42bis) is a data compression
  201. protocol that is used in conjunction with error corrected links. As
  202. typically implemented, it has the theorectical capability of delivering
  203. a 4:1 increase in throughput. It also has the capability of operating in
  204. a "transparent" mode which will not allow it to expand data presented to
  205. it which has already been compressed.
  206.  
  207.  
  208. -----------------------------------------------------------------------------
  209. -----------------------------------------------------------------------------
  210.  
  211. LINE NOISE
  212. ----------
  213.  
  214. 3 - I CAN NOT EXPRESS HOW IMPORTANT THIS SECTION REGARDING LINE NOISE IS!
  215.     ---------------------------------------------------------------------
  216.     Telephone Line noise is critical to your connect speed.  Marginal lines
  217.     will prevent you from obtaining any speeds at, or near 28.8K.  The area
  218.     that I live in, 20 miles north of Boston, MA., is plagued with corroded
  219.     telephone wires and antiquated relays & switches.
  220.  
  221. REMEMBER, higher connect speeds pass data at higher speeds.  The faster the
  222. data is traveling, the more susceptible it becomes to line noise!  Line noise
  223. is the AIDS of telecommunications! 
  224.  
  225. When I got my first 14.4K high speed modem two years ago,  I kept saying,
  226. "What the f___ is wrong here?"   Then it dawned on me to start keeping track
  227. of the line quality of my CONNECTS with the AT%Q command.   Was I in for a 
  228. shock!  The my owners manual said that "NORMAL CONNECTIONS RANGE FROM 0 to 2,
  229. AND APPROACHES 8 FOR PROGRESSIVELY POORER CONNECTIONS."  If I get down to the
  230. 10 to 20 range with the crap lines in my town I am happy!   Many times I have
  231. connections that go as high as 50, 100, and 127 using the AT%Q .  I have seen
  232. 127!  127 is as high as the modem will measure.  That is SERIOUS line noise!
  233. If you get 000 line noise then you have lost the CONNECT - the manual was
  234. wrong.  It should have read:  " GOOD CONNECTIONS RANGE FROM 1 to 3, AND
  235. APPROACHES 15 FOR PROGRESSIVELY POORER CONNECTIONS."   Around 50 or above
  236. means you are about to be disconnected.
  237.  
  238. I have seen hundreds of high speed modem owners complaining in the national
  239. High Speed Modem Forums and on Zoom BBS about how many modems are junk.  It
  240. is NOT the modem, it is the Ma Bell telephone lines.  People get disconnected
  241. so they change a register and call back.  When they call back the second time
  242. they do not get disconnected so they assume that whatever they changed worked.
  243. - That is NOT what happened.  If they called back without making any changes
  244. they still would NOT have been disconnected because they were on a different
  245. and better quality telephone trunk line.
  246.  
  247. Modems with Rockwell RC96xx, RC144xx and RC288xx chips have a fantastic
  248. feature, an E.Q.M.!   It will actually measure line noise and allow you
  249. to observe it with the E.Q.M. ("Eye Quality Monitor.")
  250. Before you condemn your high speed modem,  use the following test when you
  251. have connected to a BBS.  You may be in for a very rude awakening concerning
  252. the poor quality of your telephone lines!
  253.  
  254.  Test Procedure:
  255.  
  256.  1 -  CONNECT to another modem. (A BBS at ANY speed is OK for testing.)
  257.  2 -  TYPE:  +++   (You will receive an OK - meaning you are in Command Mode)
  258.  3 -  TYPE:  AT%Q  <ENTER> (You will see a number.)
  259.  4 -  TYPE:  A/    (Do  A/  repeatedly and quickly about 25 - 30 times.)
  260.  5 -  Watch the number that keeps appearing after each  A/
  261.       The number should be anywhere from 001 to 010.  If it says over
  262.       30 you have serious line noise.    It it gets near 50 you are
  263.       going to loose the CARRIER DETECT.  If it drops to 000 you have
  264.       lost the CARRIER DETECT.
  265.  6 -  TYPE:  ATO to return to the on-line state and continue with the BBS.
  266.                ^ that is the letter O  not a 0 (zero.)
  267.  
  268. Try this test with a BBS that you usually have no problem connecting with.
  269. The AT%Q will probably show readings about 002 to 009.  Next call a BBS or
  270. two that you usually have problems obtaining high speeds with.  You will
  271. probably see much higher readings with the test.  I have seen normal readings
  272. for 20 or 30 seconds, then it sky rockets to 100 or more for a few seconds.
  273. This proves your problem is with line noise, not the modem.
  274.  
  275. I called NYNEX repair service for over two years about my line noise
  276. problems.  I was repeatedly told that I needed "a new pair," but there
  277. were none available in my area.  I received no satisfaction from them.
  278. I finally called the President of NYNEX in Post Office Square, in Boston,
  279. MA.  His executive secretary apologized for my problems and promised me
  280. that it would be rectified.  The next day I had FIVE telephone trucks in
  281. front of my house!  The workers acted like I was God!  "Yes Sir, we have
  282. been instructed to free up a new pair for you!"  80% of my problems went
  283. away.  It is still not perfect, but it is far better than I had ever had.
  284. The ultimate answer is called fiber optic lines, but they are not available
  285. in my area.
  286.  
  287. THE ULTIMATE MODEM CONNECT SPEED TEST:
  288. --------------------------------------
  289. There is another way to test your CONNECT modem speed and to completely
  290. eliminate the "Is it line noise" question.  Bring your computer to the home
  291. of another person who has a 28.8K modem.  Rather than plugging your modem
  292. into a telephone wall jack,  plug it directly into his modem jack.  There
  293. will be no dial tone,  but you won't need one.  The connect will be
  294. instantaneous.  There will be NO line noise.  There will be no chance of
  295. any external interference.
  296.  
  297. 1 - Run a terminal program on both computers.
  298. 2 - On computer type: ATS0=1 [ENTER]
  299. 3 - On the other computer type: ATDT [ENTER]
  300.     This will affect the CONNECT.
  301.  
  302. If you still have a problem connecting at 26.4K and 28.8K then you can blame
  303. it on the modems, but not until you do this direct modem to modem test.   
  304.  
  305. In short, STOP blaming your modem as being crap until you understand how
  306. to set it up,  how to control it, and you have run these tests.  If line 
  307. noise is your problem, then go after your local telephone company.  You
  308. should also be aware that your telephone company will probably tell you
  309. that they do not guarantee noise free telecommunications lines,  they just
  310. guarantee good quality voice lines.
  311.  
  312. -----------------------------------------------------------------------------
  313. -----------------------------------------------------------------------------
  314.  
  315. BUILDING A NOISE FILTER
  316. -----------------------
  317. Another way to help line noise is with an in-line filter.  I have done a
  318. couple of hit or miss filters that have had some effect on line noise, but
  319. not entirely eliminated it.  The way to resolve the line noise problem is
  320. for Ma Bell to replace it's antiquated and corroded wires with fiber optics.
  321. That will take a few years.  A more complex filter may help, but I do not
  322. have the time, energy  or patience to design one.  The following has done
  323. an adequate job for me.
  324.  
  325.                                                           :-------------:
  326. <  RED  WIRE  > ------------------------------------------|             :
  327.                                      |  |            |    :   Z O O M   :
  328.                                      =  =            X    :             :
  329.                                      |  |            |    :  M O D E M  :
  330. < GREEN  WIRE > ------------------------------ 0 ---------|             :
  331.                                                           :-------------:
  332.                  |
  333.            The   =   represents the capacitors.
  334.                  |
  335.  
  336.                  |
  337.            The   X   represents the 12K resistor.
  338.                  |
  339.  
  340.            The  --0--   represents the 12 volt miniature lamp. (light bulb)
  341.  
  342.  
  343. Do not connect anything to the yellow and/or black wires.  Place the
  344. capacitors, resistor, and the miniature lamp as close to the modem as you
  345. can.   The miniature lamp has two wires running out of it (red & white.)
  346. It does not matter which way you hook them up.  
  347.  
  348. When you buy the resistor, I do not believe that the value is critical.
  349. I used a 12K resistor but a 10K to 14K might do just as well.  A rating
  350. of 1/2 watt seems OK but if you want to put in a 1 watt resistor,  that
  351. wouldn't hurt either.
  352.  
  353. The value of the capacitors are .01 Microfarads - ceramic, non polarized.
  354.  
  355. The total cash outlay for these parts will be under $4.00.  Not too much
  356. to spend to help reduce such an irritating problem.
  357.  
  358. The light will illuminate when the modem goes off hook.  This is an extra
  359. feature and a needed one for internal modems.
  360.  
  361.  
  362.  
  363. BUYING A NOISE FILTER
  364. ---------------------
  365. AT&T sells a telephone line filter.  The model number is Z100A.  Call your
  366. local AT&T Phone Center for the price.  Buy it and try it.  If it doesn't
  367. help, return it and get a refund!
  368.  
  369. -----------------------------------------------------------------------------
  370. -----------------------------------------------------------------------------
  371.  
  372.                    ! ! !       S U R P R I S E      ! ! !
  373.  
  374.  There is no documentation in the current Zoom manual for this, but the new
  375.  Rockwell 28.8K chip supports "Caller ID" and the Zoom BIOS chip is setup
  376.  to use it!   Here are the commands for it:
  377.  
  378.  COMMANDS
  379.  --------
  380.  AT#CID=0 - Disables Caller ID. (Default)
  381.  AT#CID=1 - Enables Caller ID with formatted presentation to the DTE.
  382.             The modem will present the data intems in a <Tag><Value>
  383.             pair format.  The expected pairs are data, time, caller code
  384.             (telephone number), and name.
  385.  AT#CID=2 - Enables Called ID with unformatted format to the DTE.  The
  386.             modem will present the entire packet of information, excluding
  387.             the leading U's in ASCII printable hex numbers.
  388.  
  389.  INQUIRIES
  390.  ---------
  391.  AT#CID? -  Retrieves the current Caller ID mode from the modem.
  392.  AT#CID=? - Returns the mode capabilities of the modem in a list with each
  393.             element seperated by commas.
  394.  
  395.  FORMATTED FORM REPORTING
  396.  ------------------------
  397.  The modem presents the data in the <Tag> = <Value> pair format as described
  398.  in the data table below.   Spaces are presented on both sides of the equal
  399.  sign.
  400.  
  401.        TAG                          DESCRIPTION
  402.        ---                          -----------
  403.        DATE      DATE=MMDD where MM is the month number (01 to 12)
  404.                  and DD is the day number (01 to 31.)
  405.  
  406.        TIME      TIME=HHMM where HH is the hour number (00 to 23)
  407.                  and MM is the minute number (00 to 59.)
  408.  
  409.        NMBR      NMBR=<number> or P or O where <number> is the telephone
  410.                  number of the caller, where P indicates that the calling
  411.                  number information is not available since the originating
  412.                  caller has requested private service, and where O indicates
  413.                  that the calling number information is not available or out
  414.                  of service at the calling location.
  415.  
  416.        NAME      NAME=<listing name> where <listing name> is the subscription
  417.                  name.
  418.  
  419.        MESG      MESG=<date tag><length of message><date><checksum> in
  420.                  printable ASCII hex numbers.  This tag indicates a data
  421.                  item not listed above.  The message is only possible for
  422.                  Multiple Message Format.
  423.  
  424.  NOTES
  425.  -----
  426.  1 - The modem does not present any Caller ID information if the DCE detects
  427.      a checksum error in the Caller ID packet.
  428.  2 - In the event of an unrecognized data tag, the modem will present the
  429.      data in ASCII hex numbers following the MESG tag.
  430.  
  431.  EXAMPLE OF FORMATTED FORM REPORTING
  432.  -----------------------------------
  433.  1 - The following example illustrates the standard Caller ID message packet.
  434.  
  435.      RING
  436.  
  437.      DATE  =  0321
  438.      TIME  =  1405
  439.      NMBR  =  5045551234
  440.      NAME  =  A J CONSUMER
  441.  
  442.      RING
  443.  
  444.      RING
  445.  
  446.  2 - The following example illustrates the case where the tag of the packet
  447.      is not recognized by the modem.
  448.  
  449.      RING
  450.  
  451.      MESG  =  060342424231
  452.  
  453.      RING
  454.  
  455.      RING
  456.  
  457.  UNFORMATTED FORM REPORTING
  458.  --------------------------
  459.  The modem presents all information and packet control information found
  460.  in the message.  The modem, however, excludes the leading U's (channel
  461.  seizure information) from the presentation.  The packet is presented in
  462.  ASCII printable hex numbers, the modem does not insert spaces, or line
  463.  feeds, for formatting between bytes or words of the packet.
  464.  
  465.  EXAMPLE OF UNFORMATTED REPORTING
  466.  --------------------------------
  467.        RING
  468.  
  469.        041230333232323430353931435353132333435
  470.  
  471.        RING
  472.  
  473.        RING
  474.  
  475. -----------------------------------------------------------------------------
  476. -----------------------------------------------------------------------------
  477.  
  478. DOES THE ZOOM 28.8K MODEM HAVE ANY BUGS IN IT?
  479. ----------------------------------------------
  480. Yes, - This is not a total defense of the Zoom modem.  I have found four
  481. problems with the modem so far.  ( My ROM Version is V0.510-VFP - 01C  To
  482. find your ROM Version,  start your terminal program and type:  ATI3 [ENTER]
  483.  
  484. 1 - My modem occasionally has difficulty sensing a busy sound and recycling
  485.     to redial.
  486.  
  487. 2 - I also sometimes have a difficult time disconnecting from another modem.
  488.     The ATH command sometime fails.
  489.  
  490. 3 - When I dial a number and it is busy, during the pause before redial I
  491.     can hear an AM radio station coming from the modem speaker!  The station
  492.     transmitter is located about 5 air miles from my home.  It transmits on
  493.     680Khz.  The modem still dials properly but it is strange hearing these
  494.     voices while it is waiting to redial!  This is known as R.F.I.  (Radio
  495.     Frequency Interference.)
  496.  
  497. 4 - I have had much difficulty connecting at 24K and 28.8K.  This problem
  498.     will be addressed by the CCITT this summer when V.34 becomes offically
  499.     standardized.  Rockwell may be forced to redesign areas of their RC288
  500.     chips to be more noise immune, or it may be as easy as Zoom simply
  501.     doing a ROM update to upgrade it to V.34.  The price for this upgrade
  502.     has been rumored at $40 - $50.  Until then I remain very happy connecting
  503.     at 24K and getting 2700 CPS transfers on compressed files.
  504.  
  505. The first two problems are in the ROM of the modem and can be corrected with
  506. a ROM upgrade.  Will Zoom upgrade the ROM before the CCITT formalizes the
  507. V.34 protocol?  You will need to get a crystal ball to answer that question,
  508. but I 99% sure they will.  The R.F.I. problem can be easily corrected with
  509. a ferite bead or two.
  510.  
  511. That's all for now...
  512. Last Update: 03/21/94
  513.